home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / zoo21src.lha / zoo / asmconst.ai < prev    next >
Text File  |  1992-11-20  |  429b  |  15 lines

  1. ; $Source$
  2. ; $Id$
  3. ;The contents of this file are hereby released to the public domain.
  4. ;                                 -- Rahul Dhesi 1988/08/25
  5.  
  6. ;Constant values for lzc.asm and lzd.asm
  7. maxbits        equ    13
  8. clear        equ    256        ;Clear code
  9. eof        equ    257        ;End of file marker
  10. first_free    equ    258        ;First free code
  11. maxmax        equ    1 shl maxbits    ;Max code + 1
  12.  
  13. inbufsiz    equ    8192        ;size of input buffer
  14. outbufsiz    equ    8192        ;size of output buffer
  15.